home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global email
- if EmailDone(email) then
- error = EmailErrorCode(email)
- if error = 0 then
- put "Your Message was Sent!" into field "Status"
- else
- put "Error: " & error & " " & EmailErrorMessage(email) into field "Status"
- end if
- set the member of sprite 20 to member("SendUp")
- set the member of sprite 21 to member("StopDisabled")
- email = 0
- go(the frame - 1)
- end if
- if field("Status") = "Your Message was Sent!" then
- go("sent")
- else
- nothing()
- end if
- go(the frame)
- end
-